home *** CD-ROM | disk | FTP | other *** search
/ USGS: Geolgic Assessment … in the Colorado Plataeu / USGS Geolgic Assessment of Coal in the Colorado Plataeu - Disc 1.iso / ArcView_Data_Pub / program / EXT32 / mrsid.avx < prev    next >
Text File  |  1998-02-27  |  658b  |  27 lines

  1. /3.1
  2. (Extension.1
  3.     Name:    "MrSID Image Support"
  4.     Version:    30
  5.     About:    "Extends ArcView to support MrSID images (v3.1)."
  6.     LoadScript:    2
  7.     CanUnloadScript:    3
  8.     UnloadScript:    4
  9.     ExtVersion:    3100
  10. )
  11.  
  12. (Script.2
  13.     Name:    "MrSid.Load"
  14.     SourceCode:    "\nImgDll.RegisterFormat(\"$AVBIN\\avmrsid.dll\".AsFileName,\n                      \"sid\",\n                      \"bip\")\n                      "
  15. )
  16.  
  17. (Script.3
  18.     Name:    "MrSid.CanUnload"
  19.     SourceCode:    "\nav.PurgeObjects\n\nif (ImgDll.GetFormatUseCount(\"sid\") = 0) then\n  return(TRUE)\nend\n\nreturn(FALSE)"
  20. )
  21.  
  22. (Script.4
  23.     Name:    "MrSid.Unload"
  24.     SourceCode:    "\nImgDll.UnregisterFormat(\"sid\")"
  25. )
  26.  
  27.